home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Teach Your Children: Road Construction Ahead
/
Teach Your Children: Road Construction Ahead.iso
/
pc
/
rca
/
road.dxr
/
00038_wrenchFrame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-07-17
|
319 b
|
13 lines
global g3DObject, gCustomCursor
on exitFrame
update(gCustomCursor)
if the delayCounter of g3DObject < the wrenchDelay of g3DObject then
set the delayCounter of g3DObject to the delayCounter of g3DObject + 1
go(the frame)
else
set the delayCounter of g3DObject to 0
go(the frame + 1)
end if
end